fix(miner): page contribution-profile label fetches past 100 (#8010)#8040
Conversation
…ed#8010) Follow GitHub Link rel=next the same way ci-poller pages check-runs so extractContributionProfile sees the full label set, not only page one. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
|
Tip ✅ LoopOver review result - approve/merge recommendedReview updated: 2026-07-22 14:54:08 UTC
Review summary Nits — 5 non-blocking
Decision drivers
Context & advisory signals — never blocks the verdict
Linked issue satisfactionAddressed Review context
Contributor next steps
Signal definitions
🧪 Chat with LoopOverAsk LoopOver a question about this PR directly in a comment — grounded only in the same cached, public-safe facts shown above, never a new claim.
Full command reference: https://loopover.ai/docs/loopover-commands 🧪 Experimental — new and may change. 🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by LoopOver, a quiet PR intelligence layer for OSS maintainers.
|
Summary
extractContributionProfilefetched/labels?per_page=100once, so repos with >100 labels silently dropped eligibility/exclusion signals past page 1.Link: rel="next"with the samepage=loop shape asci-poller.tscheck-run pagination, fail-open on a later-page failure.Closes #8010
Scope
type(scope): short summaryConventional Commit format, for examplefix(api): restore profile access checks.CONTRIBUTING.mdand does not reintroduce GitHub Pages, VitePress,site/, orCNAME.Closes #123) — a linked open issue is required for every contributor PR.Validation
git diff --checknpm run actionlintnpm run typechecknpx vitest run --coverage test/unit/contribution-profile-extract.test.ts—contribution-profile-extract.ts100% lines/branches; 26 tests green (afternpm run build:miner).npm run test:workersnpm run build:mcpnpm run build:minernpm run test:mcp-packnpm run ui:openapi:checknpm run ui:lintnpm run ui:typechecknpm run ui:buildnpm audit --audit-level=moderateIf any required check was skipped, explain why:
build:miner+ the contribution-profile-extract suite with coverage. Fulltest:cinot re-run here.Safety
UI Evidencesection below with JPG/JPEG or PNG screenshots arranged as organized, captioned, clickable thumbnails. SVG screenshots are not used as review evidence. Review-only screenshots or recordings are not committed to the repository.UI Evidence
N/A — miner lib pagination; no UI.
Notes
ci-poller.tshasNextLink+page=loop.rel=next→ single page).